home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPreferences.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPreferences__
- #define __PGetPreferences__
-
- #include "PMTypes.h"
-
-
- class PGetPreferences
- {
-
- public:
-
- PGetPreferences();
-
- short nGreekBelow;
- short cGuides;
- short cGraphics;
- PMBool bLoose;
- PMBool bKeeps;
- short cSaveOption;
- PMBool bQuotes;
- PMBool bNumSnapTo;
- PMBool bAutoflow;
- PMBool bDisplayName;
- short nKBitmap;
- long nKLimit;
- long xHorizNudge;
- long yVerticalNudge;
- short cPSMemory;
- };
-
- #endif
-
- // end of PGetPreferences.h
-